#indent#[Email_Send:
	-Host='#selstart#mail.domain.com#selend#',
	-From='sender@senderdomain.com',
	-Subject='Email_Delivered_by_Lasso',
	-Body='This_is_the_contents_of_the_message',
	-To='receiver@receiver.com']

	Only one of the following two parameters may be specified
	
	-Body='text contents of email body, or something like
		(Process: (Include: 'formatFile'))',
	-Format='path to file on local disk that contains LDML format tags',
	
	optional -Attachments=(Array: 'C:/folder/file.txt',
		'/testfolder/fred.exe'),
	optional -ExtraMIMEHeaders=(Array: (Pair: 'X-Priority'='4'), (Pair:
		'X-Archive-URL'='http://www.blueworld.com')),
	
	At least one of the following three parameters must be specified
	
	optional -To='receiver@receiver.com',
	optional -CC='',
	optional -BCC='']